SnapshotCommandLogRequest

data class SnapshotCommandLogRequest(snapshotId: SnapshotId)

Represents request frame that can be used with LayerTree#snapshotCommandLog operation call.

Replays the layer snapshot and returns canvas log.

See also

Constructors

SnapshotCommandLogRequest
Link copied to clipboard
fun SnapshotCommandLogRequest(snapshotId: SnapshotId)

Properties

snapshotId
Link copied to clipboard
val snapshotId: SnapshotId
The id of the layer snapshot.

Sources

jvm source
Link copied to clipboard